1d7d0b2af6ae229ab0f6d0fc2721e98e8156e5a2,openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/DeviceInitializationUtils.java,DeviceInitializationUtils,chainTableTrunkWriteOF10,#DeviceContext#ListenableFuture#,521

Before Change


            if (allSucceeded) {
                LOG.debug("Creating emtpy flow capable node: {}", deviceContext.getDeviceInfo().getNodeId().getValue());
                createEmptyFlowCapableNodeInDs(deviceContext);
                LOG.debug("Creating emtpy tables for {}", deviceContext.getDeviceInfo().getNodeId().getValue());
                makeEmptyTables(deviceContext, deviceContext.getDeviceInfo().getNodeInstanceIdentifier(),
                        deviceContext.getPrimaryConnectionContext().getFeatures().getTables());
            }

After Change


                }
                createEmptyFlowCapableNodeInDs(deviceContext);
                if (LOG.isDebugEnabled()) {
                    LOG.debug("Creating empty tables for {}", deviceContext.getDeviceInfo().getLOGValue());
                }
                makeEmptyTables(deviceContext, deviceContext.getDeviceInfo().getNodeInstanceIdentifier(),
                        deviceContext.getPrimaryConnectionContext().getFeatures().getTables());